From: Petter Reinholdtsen Date: Tue, 20 May 2025 15:01:26 +0000 (+0000) Subject: Tell opensnitch daemon to not flush al TCP connections on restart. X-Git-Tag: archive/raspbian/1.6.9-3+rpi1~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=529c9ffb7ea868d818233ba15ad9606771f34598;p=opensnitch.git Tell opensnitch daemon to not flush al TCP connections on restart. Bug-Debian: https://bugs.debian.org/1103496 Forwarded: not-needed Last-update: 2025-05-26 This avoid killing connections like SSH and IRC when upgrading or restarting the service. See discussion in https://github.com/evilsocket/opensnitch/issues/1329 . Last-update: 2025-05-26 Gbp-Pq: Name 2010-no-tcp-flush-on-restart.patch --- diff --git a/daemon/default-config.json b/daemon/default-config.json index 302014a..ba8f9b7 100644 --- a/daemon/default-config.json +++ b/daemon/default-config.json @@ -22,6 +22,6 @@ }, "Internal": { "GCPercent": 100, - "FlushConnsOnStart": true + "FlushConnsOnStart": false } }